home *** CD-ROM | disk | FTP | other *** search
/ Level 1998 March / Level Turkiye Mart 1998.iso / Level / LEVEL95X.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1998-02-12  |  983 b   |  55 lines

  1. object Form2: TForm2
  2.   Left = 88
  3.   Top = 57
  4.   BorderStyle = bsNone
  5.   Caption = 'Form2'
  6.   ClientHeight = 465
  7.   ClientWidth = 640
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyUp = FormKeyUp
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BigImage: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 640
  25.     Height = 465
  26.     Align = alClient
  27.     Center = True
  28.     OnMouseUp = BigImageMouseUp
  29.   end
  30.   object Image1: TImage
  31.     Left = 0
  32.     Top = 0
  33.     Width = 640
  34.     Height = 41
  35.     Cursor = 15
  36.     OnClick = Image1Click
  37.   end
  38.   object Image2: TImage
  39.     Left = 0
  40.     Top = 41
  41.     Width = 77
  42.     Height = 438
  43.     Cursor = 11
  44.     OnClick = Image2Click
  45.   end
  46.   object Image3: TImage
  47.     Left = 564
  48.     Top = 41
  49.     Width = 77
  50.     Height = 438
  51.     Cursor = 13
  52.     OnClick = Image3Click
  53.   end
  54. end
  55.